home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Quaternary Source
/
InitToolbox.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-10-22
|
182b
|
12 lines
#include "InitToolbox.h"
void InitToolbox() {
InitGraf(&qd.thePort);
InitFonts();
InitWindows();
InitMenus();
TEInit();
InitDialogs(NULL);
InitCursor();
} // END InitToolbox